home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / cfuncs.zip / FEXISTS.DOC < prev    next >
Text File  |  1991-01-03  |  426b  |  12 lines

  1. /*-------------------FileExists----------------------------*/
  2. /*DESCRIPTION: Tests whether or not a file exists on the   */
  3. /*    current directory.                   */
  4. /*                               */
  5. /*INPUT: file name                       */
  6. /*RETURNS: 1 if the file exists                   */
  7. /*       0 if the file does not exist                    */
  8. /*USES: nothing                           */
  9. /*---------------------------------------------------------*/
  10.  
  11. FileExists(char *filename)
  12.